NevronOpenVision
Nevron.Nov.DataStructures Namespace / NUniqueSet<T> Class


In This Topic
    NUniqueSet<T> Class Methods
    In This Topic

    For a list of all members of this type, see NUniqueSet<T> members.

    Public Methods
     NameDescription
    Public MethodAdds the specified item to the set. Has no effect if the item is already contained in the set.  
    Public MethodAdds a non-null item to this unique set.  
    Public MethodOverloaded. Adds a range of items to this unique set.  
    Public MethodRemoves all items from the set  
    Public MethodQueries whether this set contains the specified item  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodGets an item iterator  
    Public MethodRecycles this usnique set.  
    Public MethodRemoves the specified item from the set, if it exists  
    Public MethodCreates an array and populates it with the items of this dynamic array.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Top
    See Also